func text/template.indirect

6 uses

	text/template (current package)
		exec.go#L354: 	val, _ := indirect(s.evalPipeline(dot, r.Pipe))
		exec.go#L615: 	receiver, isNil := indirect(receiver)
		exec.go#L987: func indirect(v reflect.Value) (rv reflect.Value, isNil bool) {
		exec.go#L1028: 		v, _ = indirect(v) // fmt.Fprint handles nil.
		funcs.go#L217: 		if item, isNil = indirect(item); isNil {
		funcs.go#L300: 	item, isNil := indirect(item)